home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 4 / MacMania 4.toast / / Tools&Utilities / 2Dinese (FAT) / InitialStructure < prev    next >
Text File  |  1996-04-16  |  2KB  |  41 lines

  1. 8   //This file describes the initial structure to be simulated.
  2. -100 -500 //The latter consists of a series of compact regions.
  3. -100 100  //Each region is defined by a series of points, 
  4. 200 100 // the latter being defined by the x- and y- coordinates.
  5. 400 100 //The list of coordinates is preceded by a number
  6. 500 100 // specifying the number of points, which define the region.
  7. 800 100//Important!!! Each region must be defined     CLOCKWISE.
  8. 1000 100 // There cannot be VOIDS between the individual regions!
  9. 1000 -500 // There cannot be self-intersecting regions!
  10. 4  //beginning of a new region: 4 is the number of points to follow!
  11. 0 100 there follow the coordinates of the four points
  12. 0 150 
  13. 800 150
  14. 800 100
  15. 4 //beginning of a new region: 4 is the number of points to follow!
  16. 200 150 there follow the coordinates of the four points
  17. 200 500
  18. 300 500
  19. 300 150
  20. 4 //beginning of a new region: 5 is the number of points to follow!
  21. 500 150 there follow the coordinates of the four points
  22. 500 500
  23. 600 500
  24. 600 150
  25. 4 //beginning of a new region: 4 is the number of points to follow!
  26. 1000 -500 there follow the coordinates of the four points
  27. 1000 0
  28. 1500 0
  29. 1500 -500
  30. 4 //beginning of a new region: 4 is the number of points to follow!
  31. 1300 300 there follow the coordinates of the four points
  32. 1300 400
  33. 1500 400
  34. 1500 300
  35. 4 //beginning of a new region: 4 is the number of points to follow!
  36. 1200 0 there follow the coordinates of the four points
  37. 1200 300
  38. 1500 300
  39. 1500 0 //Do not write below this point if this is the last region!
  40.  
  41.